Motion.ReleaseAxis method

Releases an axis from the Stopping state or detaches it from camming or gearing.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError ReleaseAxis(
       int Index
)
Public Function ReleaseAxis(
       Index As Integer
) As KsError

Parameters

Index [in]

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsError

A return code of a method.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace